composer.lock
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "fb372213590583b9d17a9df9dcf21ebb",
"packages": [
{
"name": "taeluf/cli",
"version": "v0.1.x-dev",
"source": {
"type": "git",
"url": "https://gitlab.com/taeluf/php/cli.git",
"reference": "d03a92e917940ed991989cf3adca803db281e5c5"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fcli/repository/archive.zip?sha=d03a92e917940ed991989cf3adca803db281e5c5",
"reference": "d03a92e917940ed991989cf3adca803db281e5c5",
"shasum": ""
},
"require-dev": {
"taeluf/code-scrawl": "v0.8.x-dev"
},
"default-branch": true,
"bin": [
"bin/tlf-cli"
],
"type": "library",
"autoload": {
"files": [],
"classmap": [
"src"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"support": {
"issues": "https://gitlab.com/taeluf/php/cli/-/issues",
"source": "https://gitlab.com/taeluf/php/cli/-/tree/v0.1"
},
"time": "2023-11-28T21:43:03+00:00"
},
{
"name": "taeluf/util",
"version": "v0.1.x-dev",
"source": {
"type": "git",
"url": "git@gitlab.com:taeluf/php/php-utilities.git",
"reference": "95524064e9be1b587064c1661980fee20793a1a3"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fphp-utilities/repository/archive.zip?sha=95524064e9be1b587064c1661980fee20793a1a3",
"reference": "95524064e9be1b587064c1661980fee20793a1a3",
"shasum": ""
},
"require-dev": {
"taeluf/code-scrawl": "v0.8.x-dev",
"taeluf/phtml": "v0.1.x-dev",
"taeluf/tester": "v0.3.x-dev"
},
"default-branch": true,
"type": "library",
"autoload": {
"classmap": [
"code"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Utility methods",
"time": "2023-12-09T08:23:28+00:00"
}
],
"packages-dev": [
{
"name": "taeluf/better-regex",
"version": "v0.4.x-dev",
"source": {
"type": "git",
"url": "https://gitlab.com/taeluf/php/better-regex.git",
"reference": "3ee2ff3482d8903d6977fa1fd97a227f4457dc54"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fbetter-regex/repository/archive.zip?sha=3ee2ff3482d8903d6977fa1fd97a227f4457dc54",
"reference": "3ee2ff3482d8903d6977fa1fd97a227f4457dc54",
"shasum": ""
},
"require-dev": {
"taeluf/code-scrawl": "v0.7.x-dev",
"taeluf/tester": "v0.3.x-dev"
},
"default-branch": true,
"type": "library",
"autoload": {
"classmap": [
"code"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"support": {
"issues": "https://gitlab.com/taeluf/php/better-regex/-/issues",
"source": "https://gitlab.com/taeluf/php/better-regex/-/tree/v0.4"
},
"time": "2022-03-28T20:55:32+00:00"
},
{
"name": "taeluf/code-scrawl",
"version": "v0.8.x-dev",
"source": {
"type": "git",
"url": "https://gitlab.com/taeluf/php/CodeScrawl.git",
"reference": "e71a8df3d71c18f30c50cd9b4febe7363165a434"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2FCodeScrawl/repository/archive.zip?sha=e71a8df3d71c18f30c50cd9b4febe7363165a434",
"reference": "e71a8df3d71c18f30c50cd9b4febe7363165a434",
"shasum": ""
},
"require": {
"taeluf/better-regex": "v0.4.x-dev",
"taeluf/cli": "v0.1.x-dev",
"taeluf/lexer": "v0.8.x-dev"
},
"require-dev": {
"taeluf/tester": "v0.3.x-dev"
},
"default-branch": true,
"bin": [
"bin/scrawl"
],
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A documentation generation framework with some built-in extensions for exporting comments and code, and importing into markdown. ",
"support": {
"issues": "https://gitlab.com/taeluf/php/CodeScrawl/-/issues",
"source": "https://gitlab.com/taeluf/php/CodeScrawl/-/tree/v0.8"
},
"time": "2024-02-01T10:10:29+00:00"
},
{
"name": "taeluf/lexer",
"version": "v0.8.x-dev",
"source": {
"type": "git",
"url": "https://gitlab.com/taeluf/php/lexer.git",
"reference": "e2eaa65fa6700dc326d0a0445ce96da3bad8e219"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Flexer/repository/archive.zip?sha=e2eaa65fa6700dc326d0a0445ce96da3bad8e219",
"reference": "e2eaa65fa6700dc326d0a0445ce96da3bad8e219",
"shasum": ""
},
"require": {
"taeluf/code-scrawl": "v0.8.x-dev",
"taeluf/util": "v0.1.x-dev"
},
"require-dev": {
"taeluf/tester": "v0.3.x-dev"
},
"default-branch": true,
"bin": [
"bin/lex"
],
"type": "library",
"autoload": {
"classmap": [
"src"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A declarative lexer seamlessly hooking into php functions, building ASTs for multiple languages.",
"support": {
"issues": "https://gitlab.com/taeluf/php/lexer/-/issues",
"source": "https://gitlab.com/taeluf/php/lexer/-/tree/v0.8"
},
"time": "2023-12-23T18:12:08+00:00"
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"taeluf/cli": 20,
"taeluf/util": 20,
"taeluf/code-scrawl": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.6.0"
}